- I hope this email finds you well.
- Any response will be appreciated
- Please feel free to let me know if
- I would be great if you could
- Then we can see if that is the case
- I would like to inquire if…
Monthly Archives: September 2016
PostgreSQL tip
- extract number from string :input: select substring (column_name from ‘[0-9]+’) as new_column_name from table..
- create table : int null null represents that the entry can be null if missing data