* Daya Krishan Dubey
> can anybody tell me how can i select,update, delete the records from two
> table having same structure in the mysql.
"select", "update" and "delete" are three different operations. From your
example data, it looks like you want to do "select".
> For ex
>
> MainTable
> -
Daya,
Thursday, December 05, 2002, 4:14:02 PM, you wrote:
DKD> can anybody tell me how can i select,update, delete the records from two
DKD> table having same structure in the mysql.
DKD> For ex
DKD> MainTable
DKD> ---
DKD> id(int)|val (varchar)
DKD> ---
Hi,
can anybody tell me how can i select,update, delete the records from two
table having same structure in the mysql.
For ex
MainTable
---
id(int)|val (varchar)
---
1 a
2 b
3 c
--