Advertisement
RazZziel

Untitled

Dec 20th, 2017
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. MariaDB [3access]> select cl_id, cl_name, cl_surname, cl_deleted, cl_registrationDate, version from client where cl_surname="Varela" order by cl_registrationDate;
  2. +-------+---------+------------+------------+---------------------+---------------------+
  3. | cl_id | cl_name | cl_surname | cl_deleted | cl_registrationDate | version |
  4. +-------+---------+------------+------------+---------------------+---------------------+
  5. | 22008 | anfion | varela | 1 | 2017-12-01 17:01:08 | 2017-12-01 19:36:07 |
  6. | 36501 | ANFION | VARELA | 1 | 2017-12-05 09:07:33 | 2017-12-20 05:39:59 |
  7. | 94797 | ANFION | VARELA | 0 | 2017-12-20 07:30:15 | 2017-12-20 07:30:15 |
  8. +-------+---------+------------+------------+---------------------+---------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement