Nothing
#' Expression abstact class.
#'
#' This abstract class represents an SQL expression.
#'
#' @examples
#' # No example provided, as this class is abstract.
#'
#' @import R6
#' @include Statement.R
#' @export
Expr <- R6::R6Class("Expr", inherit = Statement)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.