Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. korinor

    Use field content as field name

    hmmm, pseudo-code, I understand... This means that it won't be possible in pure SQL (or at least very very very complicated). Ok, I think I have found what I need to know. Thanks for your help. korinor
  2. korinor

    Use field content as field name

    @ingresman I don't recognize this syntax (... into $fn). Is this a special SQL feature or VBA? korinor
  3. korinor

    Use field content as field name

    Yeah, you're right, the sample is not really coming from a mySQL table. In fact it is a Access 2003 table where "digits only" are allows as field names. Please think of these fields as a1, a2, a3 to a14 in order to comply with mysql field name rules. In particular I only need to know how I use...
  4. korinor

    Use field content as field name

    Hi, is it possible in mySQL (or SQL generic) to use a field content as a field name? Example: I have created a database with a couple of fields which are named 1, 2, 3 and so on up to 14. It is a special calculation table. Also there is a field called "reference" which contains a number...

Part and Inventory Search

Back
Top