PDA

View Full Version : Pokergametype values (SQL)



danols
12-29-2010, 10:00 AM
Hi
Writing some queries in SQL and was wondering about the values in the field public_gametypes.pokergametype. This contains integer values like 0, 1, 2, 3, 4, 5, 6 etc.
Would you be able to tell me what they stand for?
Thanks

fopah
01-03-2011, 11:33 PM
Hi, I believe this is dependent on your stakes and games you have played. you can do a

SELECT * FROM gametypes

and see the gametypedescription for each number or you can search for a certain number.