are you just looking for a way to query a table?
the question doesnt make much sense..
select *
from table
where column = value;
are you just looking for a way to query a table?
the question doesnt make much sense..
select *
from table
where column = value;