add insert function to sample
This commit is contained in:
parent
63f6d7c67a
commit
78248f54d3
@ -146,3 +146,10 @@ backend handles SQL
|
|||||||
handle json_return_value
|
handle json_return_value
|
||||||
* insert: notify and clear? update list of sources on screen?
|
* insert: notify and clear? update list of sources on screen?
|
||||||
* could not insert: print reason from json
|
* could not insert: print reason from json
|
||||||
|
|
||||||
|
import the data
|
||||||
|
------------------------------------
|
||||||
|
SELECT
|
||||||
|
*
|
||||||
|
FROM
|
||||||
|
tps.srce_import('C:\users\fleet\documents\tps_etl\sample_discovercard\data.csv','DCARD') x(message)
|
||||||
|
Loading…
Reference in New Issue
Block a user