Use client mode.(java code) CREATE TABLE `Sa` ( `BuyID` bigint(20) unsigned NOT NULL DEFAULT 0, `Type` smallint(5) unsigned NOT NULL DEFAULT 0 );
Select BuyID from Sa; =>No data found. Select BUYID from Sa; => have information. It feels like the field is capitalized. Is there a way to change the settings of ignite DB? Let select BuyID from Sa; Can I query the information? Thank you -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
