BubikolRamios
02-16-2009, 07:40 PM
data, for 'en' there is always data.
1 en dog
1 sl pes
2 en peacock
....
1.get all for 'it' from that data, and if it does not exist get 'en' -->
1 dog
2 peacock
2.get all for 'sl' from that data, and if it does not exist get 'en'-->
1 pes
2 peacock
query that would do all that provided one parameter 'en','it',or 'sl', or any other language ?
1 en dog
1 sl pes
2 en peacock
....
1.get all for 'it' from that data, and if it does not exist get 'en' -->
1 dog
2 peacock
2.get all for 'sl' from that data, and if it does not exist get 'en'-->
1 pes
2 peacock
query that would do all that provided one parameter 'en','it',or 'sl', or any other language ?