vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I would like to know how can I get the alias name from a query like this: Select Curdate() As fecha, Curtime() As hora is there some command that can return me the next colums (only headers): -------------------------------------- fecha hora -------------------------------------- 2007-03-21 02:37:00 I'm trying to make a procedure in Tcl where you can send the query into the procedure and then print the results with their headers. thanks |