// jQuery
$(document).ready(function() {
// code
})
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| update Opciones | |
| set descripcion_opcion='Seleccionar columnas-Reporte de Datos SGBI' | |
| where id_opciones=2 | |
| go | |
| INSERT INTO [dbo].[RolOpciones] (id_rol_opciones, codigo_opcion, id_rol, descripcion_opcion, descripcion_rol, activo, fecha_creacion) | |
| VALUES | |
| (3, 'OP002', 001, 'Selección columnas - Reporte Semanal', 'Especialista de registro', 1, '2024-09-06 00:00:00.000'), | |
| (4, 'OP002', 005, 'Selección columnas - Reporte Semanal', 'Especialista DRE', 1, '2024-09-06 00:00:00.000'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var geojsonMerge = require('@mapbox/geojson-merge'); | |
| const fs = require('fs'); | |
| concat = require('concat-stream'); | |
| const path = require('path') | |
| var urlorigen="C:/Users/ASUS/PycharmProjects/clases/2021-I/SBN/result/part4/" | |
| function readGeojson() { | |
| return new Promise((resolve, reject) => { |