About This Space

An app to track specific aspects of projects


Last updated on March 13, 2022

Forked from: /megan_bond/tracker.pgm/

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 Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

789

0

0

772

0

0

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

878

0

0

An app to track specific aspects of projects

646

0

0