1.基本select语句SELECT name,age FROM employee;2.数学符号条件SELECT name,age FROM employee WHERE age>25;SELECT name,age,phone FROM employee WHERE name="Mary";3."AND"与"OR"SELECT name,age
http://curl.haxx.se/libcurl/c/example.html
Some of the Examples
simple HTTPsimple.c shows how to get a remote web page in only four libcurl function calls.
simple HTTPShttps.c gets a single