Hiya,
I am creating a php page which lets users update their information.
Is there such thing as an EXCEPT mysql operator?
I am using SELECT at the moment, but i need to select all the records in the database, except for example record with a userid of 3.
Is there any way of doing this, so maybe:
SELECT * FROM users EXCEPT where uid = '3'
or something along the lines of that.
Thanks very much
Ben
I am creating a php page which lets users update their information.
Is there such thing as an EXCEPT mysql operator?
I am using SELECT at the moment, but i need to select all the records in the database, except for example record with a userid of 3.
Is there any way of doing this, so maybe:
SELECT * FROM users EXCEPT where uid = '3'
or something along the lines of that.
Thanks very much
Ben
