// Assign the UID passed to the client object client.uid = request.uid; // Execute a DELETE based on the UID passed myConn.execute('DELETE FROM employees WHERE uid < ' + client.uid);