|
|
1.1 ! moko 1: @USE ! 2: 388-sql.html ! 3: ! 4: @main[] ! 5: ! 6: ^connect[$SQL.drivers.connect]{ ! 7: ^prepare-data[] ! 8: ! 9: 1.1 ^try-catch{ ^t[select pet from pets^;select food from pets] } ! 10: ! 11: 1.2 ^h[select pet,food from pets^;select aggressive,* from pets; $.type[table] ] -bug ! 12: }