Query to get data from a main table

Posted by Thu Thuy on Stack Overflow See other posts from Stack Overflow or by Thu Thuy
Published on 2013-08-02T15:33:15Z Indexed on 2013/08/02 15:36 UTC
Read the original article Hit count: 115

Filed under:

I have an Information table with 3 colums tableName/FieldName/Value and its data like this:

TableName|FieldName | Value

Films |DateSortie |NULL

Films |Duree |NULL

Films |CodeLangue |NULL

Films |Documentaire |NULL

Could you show me a SQL statement to put data into the Value Field, please! Note that I also have table Films and its fields like data in FieldName field of the Information table Thanks in advance TNT

© Stack Overflow or respective owner

Related posts about sql-server