hey...i need to ask ..how to put two field in one column?
let say,
i have one field call Quantity for weight. Now i need to put the quantity unit which is store in other field call unit. how i concat two field in one column....?

Recommended Answers

All 2 Replies

concat(table1.field1, table2.field2) as newname

concat(table1.field1, table2.field2) as newname

thank I already finish.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.