Make a histogram of 2 variables
Anonymous
Let's assume these are the two variables/fields in the table of interest (tableA): var1, var2 Sql code to create a histogram: select var1, count(*) from tableA
Check out your Company Bowl for anonymous work chats.