My Question Is:
If my SQL command is like this "
Select Code, Name from Customer (Table Name)
Can I get this output in this Way .. ?
Select Code, Name,Customer(Table Name) from Customer (Table Name)
in dynamic way ..
My Question Is:
If my SQL command is like this "
Select Code, Name from Customer (Table Name)
Can I get this output in this Way .. ?
Select Code, Name,Customer(Table Name) from Customer (Table Name)
in dynamic way ..