Jump to content

[SOLVED] merging mysql table fields


prakash

Recommended Posts

How can I merge multiple fields of a table for my query.

 

suppose I have 2 table

 

table1

=============

field1      field1

=============

Lam        20

Ld            9

Auz          3

 

so I want to check where does keyword "Ld9" Exisit

 

so what will me my query for

select * from table1 where field1+field2=$keyword

Link to comment
https://forums.phpfreaks.com/topic/72214-solved-merging-mysql-table-fields/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.