01.10.2017, 05:04
Hi,
I'm making a house system, so in easy mysql, how to get all the rows in the table "house" ?
Cuz in
there, it requires column name + the format.
So how can I select all the data of all rows using it?
I'm making a house system, so in easy mysql, how to get all the rows in the table "house" ?
Cuz in
PHP код:
new handle = SQL::Open(SQL::READ, "drop", (requires a coulmn here and its format));
So how can I select all the data of all rows using it?