platPlayAmount

package
v0.0.0-...-e138ea5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetPlatPlayAmount = "SELECT" +
	"  pPA.ids        AS ids," +
	"  pPA.sum        AS sum," +
	"  pT.nameChinese AS platType," +
	"  pPA.createTime AS createTime," +
	"  pPA.grow       AS grow" +
	"  FROM platPlatAmount pPA" +
	"  JOIN platformType pT ON pPA.platType = pT.ids" +
	"  WHERE 1=1 "
View Source
var GetWeeklyPlayAmount = "SELECT" +
	"  sum(pA.sum) AS sum," +
	"  v.platIds AS pIds," +
	"  pT.nameChinese AS name" +
	"  FROM playAmount pA LEFT JOIN video v ON pA.videoIds = v.ids" +
	"  LEFT JOIN platformType pT ON v.platIds = pT.ids" +
	"  GROUP BY pIds"
View Source
var WhereByPlatIds = "  AND pPA.platType = ?"

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL