how to do it in MySql?
select field from table* where field="a"
I have about 1000 users
they can edit itself table data.
table1
table2
...
table1000
this table have same construction .
the question is how to search it?
I must use a big-table?
this table about have 100 to 50000 rows
if i use a big-table ... i think it's not good.
select field from table* where field="a"
I have about 1000 users
they can edit itself table data.
table1
table2
...
table1000
this table have same construction .
the question is how to search it?
I must use a big-table?
this table about have 100 to 50000 rows
if i use a big-table ... i think it's not good.