Microsoft
Software
Hardware
Network
Question : Column Name in query
I have a table and I need to get the column name as part of the query
so a table like this
column1 column2 column3 column4 column5
0 0 87.4 0 0
0 0 0 0 1848.65
I need to query so I get output like
columnName,value
column3 87.4
column5 1848.65
the column names will change.
Answer : Column Name in query
You can indeed use CreateTableDef() to create tables directly into a specified database, but it's probably easier to execute a SELECT INTO query with an IN claues to copy the imported data from the current database into the other database.
Random Solutions
Can someone please how me how to merge two sorted linked lists in c#? It's for interview btw..
dcdiag DCOM error from old/removed server
system administrator tools for IBM X3400 Server
How to print a form in a report one record at a time
Access db - A threshold date - automatic email send
Pull info in first record of a group
When I open Outlook I get a certification error, I have a godaddy SSL certificate and the problem has happened since installing that I assume it a internal error as external (OWA) is fine no errors
WAN IP Address on AT&T Black List
Verify user exists in AD using LDAP
Weird Javascript behvior using alerts