Hello everyone,
Someone knows how I could list all the records of a table with the very first result being of a specified value that exists in the table?
For example :
column 1
a
b
c
d
Query result with c needed on top :
c
a
b
d
Query result with b needed on top :
b
a
c
d
Thanks
Someone knows how I could list all the records of a table with the very first result being of a specified value that exists in the table?
For example :
column 1
a
b
c
d
Query result with c needed on top :
c
a
b
d
Query result with b needed on top :
b
a
c
d
Thanks