Tuesday, June 14, 2011

Console Commands::Regedit

>regedit.exe /s myfile.reg

References:
http://techsupt.winbatch.com/ts/T000001029F18.html

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...