Skip to contents

Convert a list of renamings to a list of SQL queries each of which can be used to select and rename the given fields from a database.

Usage

renamesToQueries(renamesList)

Arguments

renamesList

list of renaming lists. A renaming list is a list of key = value pairs defining renamings from the keys to the values.

Value

list of character each of which represents an SQL query