Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. thulium_lab@testowy2=> SELECT * FROM t_klient_struct ORDER BY y,x;
  2. id_field | field_name | field_desc | typ | wymagane | widoczne | x | y | y_zajete
  3. ----------+----------------+-----------------------+-----+----------+----------+---+---+----------
  4. 1 | kod_promocyjny | Kod promocyjny | | f | t | 1 | 1 | 1
  5. 3 | test_field | Pole testowe | | f | t | 2 | 1 | 2
  6. 4 | test_field2 | Pole testowe2 | | f | t | 3 | 1 | 2
  7. 2 | id_klienta | Identyfikator klienta | | f | f | 1 | 2 | 1
  8. (4 rows)
  9.  
  10. Time: 0,658 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement