Showing entries 1916 to 1925 of 44087
« 10 Newer Entries | 10 Older Entries »
MySQL WITH Clause

When I went over my example of using the WITH clause to solve how to use a series of literal values in data sets, some students got it right away and some didn’t. The original post showed how to solve a problem where one value in the data set is returned in the SELECT-list and two values are used as the minimum and maximum values with a BETWEEN operator. It used three approaches with literal values:

  • A list of Python dictionaries that require you to filter the return set from the database through a range loop and if statement that mimics a SQL BETWEEN operator.
  • A WITH clause that accepts the literals as bind variables to filter the query results inside the query.
  • A table design that holds the literals values that an analyst might use for reporting.

It was the last example that required elaboration. I explained you might build a web form that uses a table, and the table could allow a …

[Read more]
Duplicate Entry in ALTER TABLE (and in OPTIMIZE TABLE)

A few weeks ago and in MySQL 5.7, I had an ALTER TABLE that failed with a duplicate entry error.  This is old news as it is happening since MySQL 5.6, but I only saw this recently because I am normally using online schema change from the Percona Toolkit (pt-osc) or GitHub's online schema migration (gh-ost).  I do not like that and I am disappointed this has not been improved, so this

How diversity and inclusion has shaped my career path

Oracle Intern Rocio Gonzalez Melendez shares how diversity and inclusion has informed her employment pursuits.

How diversity and inclusion has shaped my career path

Oracle Intern Rocio Gonzalez Melendez shares how diversity and inclusion has informed her employment pursuits.

Cards from Oracle Volunteers in India deliver cheer and courage to breast cancer patients

Oracle volunteers in India have made more than 600 cards to send encouragement to breast cancer patients.

Cards from Oracle Volunteers in India deliver cheer and courage to breast cancer patients

Oracle volunteers in India have made more than 600 cards to send encouragement to breast cancer patients.

Oracle honored with prestigious LGBTQ award

The award recognizes OPEN for its proven track record of success and its efforts to advocate for LGBTQ equality in the workplace.

Tight-knitted Oracle Volunteers lend support to breast cancer survivors

Oracle Volunteers will craft special prosthesis called Knitted Knockers to send to cancer survivors during Breast Cancer Awareness Month.

Tight-knitted Oracle Volunteers lend support to breast cancer survivors

Oracle Volunteers will craft special prosthesis called Knitted Knockers to send to cancer survivors during Breast Cancer Awareness Month.

Oracle honored with prestigious LGBTQ award

The award recognizes OPEN for its proven track record of success and its efforts to advocate for LGBTQ equality in the workplace.

Showing entries 1916 to 1925 of 44087
« 10 Newer Entries | 10 Older Entries »