G
Guest
I am trying to access database and want to select records based on column
values.
My column name is "NAME" and the two values are "joe" and "phil"
I want to query the table using
select * from users where name="joe" and name="PHILE"
values.
My column name is "NAME" and the two values are "joe" and "phil"
I want to query the table using
select * from users where name="joe" and name="PHILE"