tracker.pgm

About This Space

An app to track specific aspects of projects


Last updated on March 11, 2022

Forked from: /megan_bond/company-apparel-options-2/

Public Permissions:   View   Open/Fork   Run   Comment  

Tracker

ALTER TABLE SQL Command to Update Team List

ALTER TABLE `users`
  CHANGE COLUMN `teams` `teams` set(SELECT GROUP_CONCAT(DISTINCT concat("'", concat(team, "'") ) SEPARATOR ', ') AS Team_Names FROM teams) NOT NULL AFTER `user`;

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

Filters:

Popular Recent

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

21529

0

0

Empty template with the basics set up for a quick display.

21414

0

0

A simple Demo of how to deploy EJS templates from a stateful Node.js script

21341

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

21270

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

21149

0

0

21040

0

0

Empty template with the basics set up for a quick display.

21005

0

1