Search results forcolumn

How to copy a columns data from one table into a column in another table using PostGreSQL

H

How Can We Help? Search Print How to copy a columns data from one table into a column in another table using PostgreSQL? Eg. name columns data from the users table into namecolumn in the new_users table. Execute the query below with different column names and table names and all the data for a specific column will be copied over to the selected column in another table. INSERT INTO...

How to add a Auto Increment Column to a PostgreSQL table

H

How Can We Help? Search Print Unfortunately Postgresql does not have Auto Increment columns so instead we create a Sequence that will act as a counter First we’ll need to create a sequence that we want to attch to our table CREATE SEQUENCE mytable_primary_id_seq; Then we need to assign the sequence to the column in our table that will act as the Autoincrement column ALTER TABLE mytable    ...

How to use the CONCAT MySql function to concatenate 2 table columns

H

How Can We Help? Search Print The CONCAT function can be used to concatenate two strings to form a single string or two columns to form a single column. Say for Example you have a table users with columns name and surname and you would like to display both as one name you would use the CONCAT function to join the two fields as in the Example below SELECT CONCAT(name," ",surname) AS fullname FROM...

Getting Started with Entity Modeling in OpenText AppWorks

G

This is post 4 of 4 in the series “OpenText AppWorks” A series of easy to follow articles introducing the AppWorks platform, standing up a local development environment, and developing within the low-code toolset. Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes Setting up a Local SVN Container for your AppWorks Development Environment Low-Code Development with...

Low-Code Development with OpenText AppWorks

L

This is post 3 of 4 in the series “OpenText AppWorks” A series of easy to follow articles introducing the AppWorks platform, standing up a local development environment, and developing within the low-code toolset. Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes Setting up a Local SVN Container for your AppWorks Development Environment Low-Code Development with...

Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes

S

This is post 1 of 4 in the series “OpenText AppWorks” A series of easy to follow articles introducing the AppWorks platform, standing up a local development environment, and developing within the low-code toolset. Standing up OpenText AppWorks 20.2 Docker Containers in 10 Minutes Setting up a Local SVN Container for your AppWorks Development Environment Low-Code Development with...

Search Results Page

S

[vc_row][vc_column][us_post_title tag=”h1″ css=”%7B%22default%22%3A%7B%22margin-bottom%22%3A0%7D%7D”][us_separator][us_grid post_type=”current_query” pagination=”ajax” pagination_btn_text=”Show More” pagination_btn_style=”5″ pagination_btn_fullwidth=”1″ items_layout=”blog_14″...

Simple Predictive Modeling with Watson Analytics

S

This is post 6 of 7 in the series “Decision Management Systems” Poor Decisions Impacted by Bias in Software Development Organizational Culture Changes and Impacts on the Individual & Decision Making Using Data Analytics to Improve Heath Care Is Your Organization Using Evidence-Based Decision Making? Exploratory Data Analysis with Watson Analytics Simple Predictive Modeling with...

Exploratory Data Analysis with Watson Analytics

E

This is post 5 of 7 in the series “Decision Management Systems” Poor Decisions Impacted by Bias in Software Development Organizational Culture Changes and Impacts on the Individual & Decision Making Using Data Analytics to Improve Heath Care Is Your Organization Using Evidence-Based Decision Making? Exploratory Data Analysis with Watson Analytics Simple Predictive Modeling with...

Facebook Marketplace vs Craigslist: Which site is better?

F

After destroying MySpace, Orkut, Flickr and several other internet companies. FB is now after Craigslist, Olx, Kijiji, and 100s of other classified listing sites. The social networking giant opened its marketplace for everyone using FB. The new feature has not gone well with people using this site just for fun. But it has been received well by business owners using Facebook. Is FB’s new...

Themeisle Hestia Pro review

T

Hestia Pro is a powerful material design based WP template with which you can launch websites of various types without writing a single line of code. It is one of the best multi-purpose WordPress themes. According to Themeisle, the developer of Hesita Pro, HP is idle for business, blog, e-commerce sites based on the WordPress content management system. Is the Hestia Pro theme SEO friendly and...

StudioPress News Pro theme review

S

News Pro is one of the flagship StudioPress themes. It is also one of the most widely used WP magazine templates. Powered by the HTML5 markup, StudioPress NP is based on minimal flat responsive design. It is ideal for magazine sites that cover a variety of topics. NP is built on Genesis Framework which powers 100K+ sites. Is the News Pro theme suitable for your site? Is it easy to use and SEO...

How to send the output of a PostgreSQL query to a CSV file using the CLI (Command Line Interface)

H

How Can We Help? Search Print Log into the PostgreSQL interface on the command line, you should see a similar screen like the one below Welcome to psql 8.1.21, the PostgreSQL interactive terminal.   Type:  \copyright for distribution terms        \h for help with SQL commands        \? for help with psql commands        \g or terminate with semicolon to execute query        \q to quit  ...

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me