I hav calculated a value(years).Now i want 2 merge it with an attribute of a table.So i want 2 merge ml_y and 2.then i want to find the value of ml_y2 frm a table....plzzzzzzzz help me .can i do somthing like this in MY SQL???

Recommended Answers

All 2 Replies

can you post your sql? dont really understand what you are asking.

maybe the concat function is what you need.

select concat('ml_y ','2');

the result: ml_y2

hope it helps, while you post your code.

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.