Easiest way of converting an id to name
Posted: Wed Jul 14, 2010 10:30 am
If you have a table containing many different ids that each have their names stored on another table is there an easy way of converting that id to a name.
Or would you have to have lots of SQL statements fetching the name for that id on each table?
Or would you have to have lots of SQL statements fetching the name for that id on each table?