G
Guest
basically my problem is that i can't work out how to get the query i require.
The system is built to store translations of comments in various languages.
The table i want to query is made up of a Language_Code, a Comment_Code, and
a Comment. The Language_Code and the Comment_Code paired making the primary
keys. For every language (language_code) in the system there is a set of
comments.
I want a query that will show the Comment_Code in the first field, then all
english comments in the second field (language_code=1), and then the
corresponding french comment in the third field (language_code = 2). This
should show all translations with the english and french side-by-side.
Any help would be greatly appreciated
The system is built to store translations of comments in various languages.
The table i want to query is made up of a Language_Code, a Comment_Code, and
a Comment. The Language_Code and the Comment_Code paired making the primary
keys. For every language (language_code) in the system there is a set of
comments.
I want a query that will show the Comment_Code in the first field, then all
english comments in the second field (language_code=1), and then the
corresponding french comment in the third field (language_code = 2). This
should show all translations with the english and french side-by-side.
Any help would be greatly appreciated