SQL

8 posts / 0 new
Last post
Offline
Last seen: 9 years 9 months ago
Joined: 04/10/2014
Posts: 6
Filter syntax to filter out everything but 1 data field ?

Hi,

Let's assume I have a topic A whom data type is like: 

struct myStruct {

        short A_id; //@key

        string A_title;

        string A_data; };

 

Then I create 3 instances and I write them from my Datawriter to my Datareader.

Subscribe to RSS - SQL